home *** CD-ROM | disk | FTP | other *** search
/ Alpha CD-ROM Bonus Pack / Alpha CD-ROM Bonus Pack.iso / moneymat / disk2 / ab.z / KEY.BAT < prev   
Encoding:
DOS Batch File  |  1992-12-30  |  335 b   |  19 lines

  1. @echo off
  2. @echo Rebuilding Key files
  3. rem change to the proper directory
  4. cd %3
  5. rem set the country table
  6. echo ignorecase>%3\vista.ctb
  7. rem rename the files
  8. ren %4.* %5.*
  9. echo Keyfile1 > %5.k01
  10. echo Keyfile2 > %5.k02
  11. echo Keyfile3 > %5.k03
  12. %1 %5
  13. rem rename the files back
  14. ren %5.* %4.*
  15. rem clean up
  16. del vista.ctb
  17. cd %2
  18.  
  19.